func crypto/ecdsa.pointToAffine

2 uses

	crypto/ecdsa (current package)
		ecdsa.go#L381: 	x, y, err := pointToAffine(curve, pub.Bytes())
		ecdsa.go#L432: func pointToAffine(curve elliptic.Curve, p []byte) (x, y *big.Int, err error) {